home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DopusRead.dopus5
< prev
next >
Wrap
Text File
|
1998-11-07
|
420b
|
13 lines
/* DopusRead.dopus5 */
options results
address 'DOPUS.1'
dopus front
address command 'Copy "DOplus:tutorial/Arexx Tutorial/TuteRexx/DOpusRead.dopus5" RAM: QUIET'
"dopus read delete pos 50/50/200/100 RAM:DOpusRead.dopus5"
text = 'The reader''s handle is: 'result
dopus request '"'text'" OK'
text = 'The file ''RAM:DOpusRead.dopus5'' will be deleted when you close the reader.'
dopus request '"'text'" OK'
dopus back
exit